home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TCOLLISIONCONFIRMFORM / TCOLLISIONCONFIRMFORM.txt
Text File  |  2006-04-19  |  2KB  |  127 lines

  1. object CollisionConfirmForm: TCollisionConfirmForm
  2.   Left = 328
  3.   Top = 220
  4.   BorderStyle = bsDialog
  5.   Caption = 'Confirmation'
  6.   ClientHeight = 240
  7.   ClientWidth = 349
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblMainMsg: TLabel
  18.     Left = 8
  19.     Top = 16
  20.     Width = 330
  21.     Height = 13
  22.     AutoSize = False
  23.     Caption = 'lblMainMsg'
  24.     Constraints.MaxWidth = 330
  25.     Constraints.MinWidth = 330
  26.     WordWrap = True
  27.   end
  28.   object lblWishtoReplace: TLabel
  29.     Left = 7
  30.     Top = 42
  31.     Width = 188
  32.     Height = 13
  33.     Caption = 'Voulez-vous remplacer le fichier existant'
  34.   end
  35.   object ImgExisting: TImage
  36.     Left = 23
  37.     Top = 66
  38.     Width = 32
  39.     Height = 32
  40.   end
  41.   object lblExistingSize: TLabel
  42.     Left = 71
  43.     Top = 66
  44.     Width = 66
  45.     Height = 13
  46.     Caption = 'lblExistingSize'
  47.   end
  48.   object lblExistingDate: TLabel
  49.     Left = 71
  50.     Top = 85
  51.     Width = 69
  52.     Height = 13
  53.     Caption = 'lblExistingDate'
  54.   end
  55.   object lblWithThisOne: TLabel
  56.     Left = 7
  57.     Top = 109
  58.     Width = 58
  59.     Height = 13
  60.     Caption = 'Par celui-ci?'
  61.   end
  62.   object ImgNew: TImage
  63.     Left = 23
  64.     Top = 133
  65.     Width = 32
  66.     Height = 32
  67.   end
  68.   object lblNewSize: TLabel
  69.     Left = 71
  70.     Top = 133
  71.     Width = 52
  72.     Height = 13
  73.     Caption = 'lblNewSize'
  74.   end
  75.   object lblNewDate: TLabel
  76.     Left = 71
  77.     Top = 152
  78.     Width = 55
  79.     Height = 13
  80.     Caption = 'lblNewDate'
  81.   end
  82.   object btnOverwrite: TButton
  83.     Left = 8
  84.     Top = 184
  85.     Width = 75
  86.     Height = 25
  87.     Caption = #201'craser'
  88.     TabOrder = 0
  89.     OnClick = btnOverwriteClick
  90.   end
  91.   object btnRename: TButton
  92.     Left = 92
  93.     Top = 184
  94.     Width = 75
  95.     Height = 25
  96.     Caption = 'Renommer'
  97.     TabOrder = 1
  98.     OnClick = btnRenameClick
  99.   end
  100.   object btnSkip: TButton
  101.     Left = 177
  102.     Top = 184
  103.     Width = 75
  104.     Height = 25
  105.     Caption = 'Passer'
  106.     TabOrder = 2
  107.     OnClick = btnSkipClick
  108.   end
  109.   object btnCancel: TButton
  110.     Left = 262
  111.     Top = 184
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'Annuler'
  115.     TabOrder = 3
  116.     OnClick = btnCancelClick
  117.   end
  118.   object chkDefaultAll: TCheckBox
  119.     Left = 8
  120.     Top = 216
  121.     Width = 329
  122.     Height = 17
  123.     Caption = 'Action par d'#233'faut pour le reste des fichiers'
  124.     TabOrder = 4
  125.   end
  126. end
  127.